mini
returns the index of the minimum value contained in
the argument matrix. If the argument is a row or column vector,
then the index of the smallest value is returned. If the argument
is not such a vector, then
a row vector of the column indices of the smallest value in each column
is returned.